From bfd82c98c91742eb120fd46ab8683cdc4a6e08be Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 30 Aug 2002 17:44:46 +0000 Subject: [PATCH] (Qbox): Make extern. (syms_of_w32fns): Remove initialization of Qbox. --- src/w32fns.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/w32fns.c b/src/w32fns.c index 6bc51d638dd..574b321a932 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -206,7 +206,7 @@ Lisp_Object Qauto_raise; Lisp_Object Qauto_lower; Lisp_Object Qborder_color; Lisp_Object Qborder_width; -Lisp_Object Qbox; +extern Lisp_Object Qbox; Lisp_Object Qcursor_color; Lisp_Object Qcursor_type; Lisp_Object Qgeometry; @@ -14819,8 +14819,6 @@ syms_of_w32fns () staticpro (&Qborder_color); Qborder_width = intern ("border-width"); staticpro (&Qborder_width); - Qbox = intern ("box"); - staticpro (&Qbox); Qcursor_color = intern ("cursor-color"); staticpro (&Qcursor_color); Qcursor_type = intern ("cursor-type"); -- 2.30.2